ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFace Class / GetGlyphIndices Method / GetGlyphIndices(Int32[],Int32,Int16[]) Method

In This Topic
    GetGlyphIndices(Int32[],Int32,Int16[]) Method
    In This Topic
    HRESULT IDWriteFontFace::GetGlyphIndices([In, Buffer] const unsigned int* codePoints,[In] unsigned int codePointCount,[Out, Buffer] unsigned short* glyphIndices)
    Syntax
    'Declaration
     
    Public Overloads Sub GetGlyphIndices( _
       ByVal codePoints() As Integer, _
       ByVal codePointCount As Integer, _
       ByVal glyphIndices() As Short _
    ) 
    public void GetGlyphIndices( 
       int[] codePoints,
       int codePointCount,
       short[] glyphIndices
    )

    Parameters

    codePoints
    codePointCount
    glyphIndices
    See Also